GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-15T19:14:57.9303368+00:00",
"SubmitDate": "2026-04-15T19:14:57.9303368+00:00",
"ReportPeriodStart": "2026-04-15T19:14:57.9303368+00:00",
"ReportPeriodEnd": "2026-04-15T19:14:57.9303368+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a60bfc65-9169-419c-babb-064211887d98",
"Rows": [
{
"ItemId": "4b504cc1-3066-4872-8a2e-6aac7385bb6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4b504cc1-3066-4872-8a2e-6aac7385bb6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a60bfc65-9169-419c-babb-064211887d98",
"Rows": [
{
"ItemId": "4b504cc1-3066-4872-8a2e-6aac7385bb6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4b504cc1-3066-4872-8a2e-6aac7385bb6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"65d42c71-dd28-48fd-81c4-74b046f60b12",
"9eaddf4b-adb7-4b26-8971-243944335392"
],
"Approvers": [
"11a2817d-065f-400c-999b-d2070792b7f6",
"6557fc34-295e-4baa-aff3-c70b8a3ddd18"
],
"ApprovedBy": "57bda468-f451-465f-8309-34cbc057c38d",
"ApprovalDate": "2026-04-15T19:14:57.9459612+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ea6b11da-b7e5-4f69-80fa-a9cb9caf2915",
"id": "92a89111-a599-4136-a14f-0d9880d2b423",
"ConfigId": "4d032c1e-9ab4-4989-9a35-bd25ceb3bcd8"
},
{
"GenerationDate": "2026-04-15T19:14:57.9303368+00:00",
"SubmitDate": "2026-04-15T19:14:57.9303368+00:00",
"ReportPeriodStart": "2026-04-15T19:14:57.9303368+00:00",
"ReportPeriodEnd": "2026-04-15T19:14:57.9303368+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a60bfc65-9169-419c-babb-064211887d98",
"Rows": [
{
"ItemId": "4b504cc1-3066-4872-8a2e-6aac7385bb6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4b504cc1-3066-4872-8a2e-6aac7385bb6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a60bfc65-9169-419c-babb-064211887d98",
"Rows": [
{
"ItemId": "4b504cc1-3066-4872-8a2e-6aac7385bb6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4b504cc1-3066-4872-8a2e-6aac7385bb6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"65d42c71-dd28-48fd-81c4-74b046f60b12",
"9eaddf4b-adb7-4b26-8971-243944335392"
],
"Approvers": [
"11a2817d-065f-400c-999b-d2070792b7f6",
"6557fc34-295e-4baa-aff3-c70b8a3ddd18"
],
"ApprovedBy": "57bda468-f451-465f-8309-34cbc057c38d",
"ApprovalDate": "2026-04-15T19:14:57.9459612+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ea6b11da-b7e5-4f69-80fa-a9cb9caf2915",
"id": "92a89111-a599-4136-a14f-0d9880d2b423",
"ConfigId": "4d032c1e-9ab4-4989-9a35-bd25ceb3bcd8"
}
]